[IA64] Fix Xen running on IA64. Some function prototypes were
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 2 Jun 2006 06:56:41 +0000 (07:56 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 2 Jun 2006 06:56:41 +0000 (07:56 +0100)
commit8b6787faa7872318de4262892b2eddd7d38aafd1
treebee4ade4fe65a51e2bf60b6bd07615ff5eae5812
parent85bcc12ba742fd366ff1bd7df3c6c2506b4ad3cb
[IA64] Fix Xen running on IA64. Some function prototypes were
moved to domain.h and hence undefined in some source files.
This meant that some return types defaulted to int, resulting
in corruption.
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
xen/arch/ia64/linux-xen/smpboot.c
xen/arch/ia64/xen/domain.c